home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.5 KB | 54 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWRaster.cpp
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #include "FWOS.hpp"
-
- #ifndef FWICON_H
- #include "FWIcon.h"
- #endif
-
- // ----- OS Includes -----
-
- #ifndef FWRASTER_H
- #include "FWRaster.h"
- #endif
-
- //========================================================================================
- // RunTime Info
- //========================================================================================
-
- #if FW_LIB_EXPORT_PRAGMAS
- #pragma lib_export on
- #endif
-
- #ifdef FW_BUILD_MAC
- #pragma segment FWGraphics_Rasterizer
- #endif
-
- //========================================================================================
- // class FW_CRasterizer
- //========================================================================================
-
- //----------------------------------------------------------------------------------------
- // FW_CRasterizer::FW_CRasterizer
- //----------------------------------------------------------------------------------------
-
- FW_CRasterizer::FW_CRasterizer()
- {
- }
-
- //----------------------------------------------------------------------------------------
- // FW_CRasterizer::~FW_CRasterizer
- //----------------------------------------------------------------------------------------
-
- FW_CRasterizer::~FW_CRasterizer()
- {
- }
-
-